-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathIWithPublicIPAddress`1.xml
30 lines (30 loc) · 2.39 KB
/
IWithPublicIPAddress`1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Type Name="IWithPublicIPAddress<ParentT>" FullName="Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithPublicIPAddress<ParentT>">
<TypeSignature Language="C#" Value="public interface IWithPublicIPAddress<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithPublicIPAddress`1<ParentT> implements class Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress`1<class Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach`1<!ParentT>>" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithPublicIPAddress`1" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithPublicIPAddress(Of ParentT)
Implements IWithExistingPublicIPAddress(Of IWithAttach(Of ParentT))" />
<TypeSignature Language="F#" Value="type IWithPublicIPAddress<'ParentT> = interface
 interface IWithExistingPublicIPAddress<IWithAttach<'ParentT>>" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="ParentT" />
</TypeParameters>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>></InterfaceName>
</Interface>
</Interfaces>
<Docs>
<typeparam name="ParentT">The stage of the parent application gateway definition to return to after attaching this definition.</typeparam>
<summary>
The stage of an application gateway frontend definition allowing to specify an existing public IP address to make
the application gateway available at as Internet-facing.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members />
</Type>